🎖️GitЯра🎖️
.specify/templates/constitution-template.md b307ceb5c24b98fa5c8a49fdf95e56eeaa4187bb (b307ceb5) Text, 2.35 KB
[PROJECT_NAME] Constitution
<!-- Example: Spec Constitution, TaskFlow Constitution, etc. -->
Core Principles
[PRINCIPLE1NAME]
<!-- Example: I. Library-First -->
[PRINCIPLE1DESCRIPTION]
<!-- Example: Every feature starts as a standalone library; Libraries must be self-contained, independently testable, documented; Clear purpose required - no organizational-only libraries -->
[PRINCIPLE2NAME]
<!-- Example: II. CLI Interface -->
[PRINCIPLE2DESCRIPTION]
<!-- Example: Every library exposes functionality via CLI; Text in/out protocol: stdin/args → stdout, errors → stderr; Support JSON + human-readable formats -->
[PRINCIPLE3NAME]
<!-- Example: III. Test-First (NON-NEGOTIABLE) -->
[PRINCIPLE3DESCRIPTION]
<!-- Example: TDD mandatory: Tests written → User approved → Tests fail → Then implement; Red-Green-Refactor cycle strictly enforced -->
[PRINCIPLE4NAME]
<!-- Example: IV. Integration Testing -->
[PRINCIPLE4DESCRIPTION]
<!-- Example: Focus areas requiring integration tests: New library contract tests, Contract changes, Inter-service communication, Shared schemas -->
[PRINCIPLE5NAME]
<!-- Example: V. Observability, VI. Versioning & Breaking Changes, VII. Simplicity -->
[PRINCIPLE5DESCRIPTION]
<!-- Example: Text I/O ensures debuggability; Structured logging required; Or: MAJOR.MINOR.BUILD format; Or: Start simple, YAGNI principles -->
[SECTION2NAME]
<!-- Example: Additional Constraints, Security Requirements, Performance Standards, etc. -->
[SECTION2CONTENT]
<!-- Example: Technology stack requirements, compliance standards, deployment policies, etc. -->
[SECTION3NAME]
<!-- Example: Development Workflow, Review Process, Quality Gates, etc. -->
[SECTION3CONTENT]
<!-- Example: Code review requirements, testing gates, deployment approval process, etc. -->
Governance
<!-- Example: Constitution supersedes all other practices; Amendments require documentation, approval, migration plan -->
[GOVERNANCE_RULES]
<!-- Example: All PRs/reviews must verify compliance; Complexity must be justified; Use [GUIDANCE_FILE] for runtime development guidance -->
Version: [CONSTITUTIONVERSION] | Ratified: [RATIFICATIONDATE] | Last Amended: [LASTAMENDEDDATE]
<!-- Example: Version: 2.1.1 | Ratified: 2025-06-13 | Last Amended: 2025-07-16 -->
Served by rngit 1.5.4 - Generated in 0.02s